home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Language / Word Herd 2.0 / Word Herd 2.0 / card_30200.txt < prev    next >
Text File  |  1993-05-31  |  2KB  |  83 lines

  1. -- card: 30200 from stack: in.0
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 11132
  5. -- name: owl 1
  6. ----- HyperTalk script -----
  7. on mouseUp
  8.   click at the location of card field "show"
  9. end mouseUp
  10.  
  11.  
  12. -- part 2 (field)
  13. -- low flags: 00
  14. -- high flags: 0000
  15. -- rect: left=142 top=292 right=340 bottom=338
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 1
  19. -- font id: 20
  20. -- text size: 40
  21. -- style flags: 0
  22. -- line height: 53
  23. -- part name: show
  24.  
  25.  
  26. -- part 4 (button)
  27. -- low flags: 00
  28. -- high flags: 0000
  29. -- rect: left=410 top=12 right=98 bottom=496
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: sun
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   FarSun
  41. end mouseUp
  42.  
  43. on walkyTalky
  44.   global speak
  45.   put empty into card field "show" of card "owl 1"
  46.   go next
  47.   go next
  48.   play speak
  49.   wait until the sound is "done"
  50.   go prev
  51.   wait 30
  52.   go next
  53.   play speak
  54.   wait until the sound is "done"
  55.   go card "owl 1"
  56.   wait 50
  57.   go card "level 1"
  58. end walkyTalky
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. -- part 5 (button)
  66. -- low flags: 00
  67. -- high flags: 0000
  68. -- rect: left=425 top=285 right=342 bottom=512
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 0 / 0
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: eraser
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   put empty into card field "show"
  80.   click at the loc of card field "show"
  81. end mouseUp
  82.  
  83.